AttributeCollectionRemove Method (String) |
Removes an
Attribute from the collection, if it is present.
Namespace:
Independentsoft.Sip.Sdp
Assembly:
Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntaxpublic void Remove(
string attribute
)
Public Sub Remove (
attribute As String
)
Parameters
- attribute
- Type: SystemString
The attribute as a string.
See Also